object WordForm: TWordForm Left = 200 Top = 100 Width = 299 Height = 174 Caption = 'Word Count' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 86 Top = 32 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Words:' end object Label2: TLabel Left = 42 Top = 64 Width = 85 Height = 13 Alignment = taRightJustify Caption = 'Unique Words:' end object Bevel1: TBevel Left = 136 Top = 24 Width = 113 Height = 25 end object Bevel2: TBevel Left = 136 Top = 56 Width = 113 Height = 25 end object lblWords: TLabel Left = 144 Top = 32 Width = 7 Height = 15 Caption = '0' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object lblUniqueWords: TLabel Left = 144 Top = 64 Width = 7 Height = 15 Caption = '0' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object btnOk: TBitBtn Left = 104 Top = 104 Width = 89 Height = 33 TabOrder = 0 OnClick = btnOkClick Kind = bkOK end end